* skeleton.el (skeleton-untabify): Change to nil.
authorLeo Liu <sdl.web@gmail.com>
Mon, 27 Aug 2012 11:02:23 +0000 (19:02 +0800)
committerLeo Liu <sdl.web@gmail.com>
Mon, 27 Aug 2012 11:02:23 +0000 (19:02 +0800)
lisp/ChangeLog
lisp/skeleton.el

index 67d197d28f2f0a3aa7ee59fb0ba7d0534a826656..7322702520f9716a7e105f3b218be0e68400fff9 100644 (file)
@@ -1,5 +1,7 @@
 2012-08-27  Leo Liu  <sdl.web@gmail.com>
 
+       * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
+
        * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
 
 2012-08-24  Chong Yidong  <cyd@gnu.org>
index 0f28d32293b55460a16dc204bba78c1ec6699937..efc0a2da84d0df9c9734b8c78718707f692908d3 100644 (file)
@@ -77,7 +77,7 @@ The variables `v1' and `v2' are still set when calling this.")
   "Function for transforming a skeleton proxy's aliases' variable value.")
 (defvaralias 'skeleton-filter 'skeleton-filter-function)
 
-(defvar skeleton-untabify t
+(defvar skeleton-untabify nil          ; bug#12223
   "When non-nil untabifies when deleting backwards with element -ARG.")
 
 (defvar skeleton-newline-indent-rigidly nil